home *** CD-ROM | disk | FTP | other *** search
/ Freelog 55 / Freelog055.iso / Bas / Musique / EasyAlbum / easyam_setup.exe / {app} / English.lng < prev    next >
Text File  |  2004-03-05  |  28KB  |  610 lines

  1. // ------------------------------------------
  2. //                FormMain
  3. // ------------------------------------------
  4.  
  5. // Main menu
  6. // ---------
  7.  
  8. Global.MenuFile=&File
  9. Global.MenuEdit=&Edit
  10. Global.MenuList=&List
  11. Global.MenuAlbum=&Album
  12. Global.MenuSelection=&Selection
  13. Global.MenuPlayList=&PlayList
  14. Global.MenuTools=&Tools
  15. Global.MenuHelp=&Help
  16.  
  17. // Actions
  18. // -------
  19.  
  20. FormMain.ActionFileNew.Caption=&New list
  21. FormMain.ActionFileLoad.Caption=L&oad list
  22. FormMain.ActionFileSave.Caption=&Save list
  23. FormMain.ActionFileSaveAs.Caption=Save list &as ...
  24. FormMain.ActionFileClose.Caption=Close &list
  25. FormMain.ActionFileExport.Caption=Export list
  26. FormMain.ActionFileAutoScan.Caption=&Mp3 CD autoscan
  27. FormMain.ActionFileExit.Caption=E&xit
  28.  
  29. FormMain.ActionEditSearch.Caption=&Search
  30. FormMain.ActionEditNext.Caption=Search &next ...
  31. FormMain.ActionEditOptions.Caption=&Options
  32.  
  33. FormMain.ActionListBatch.Caption=Update batc&h process
  34. FormMain.ActionListUpdate.Caption=Scan c&urrent list
  35. FormMain.ActionListFastUpdate.Caption=&Fast scan
  36. FormMain.ActionListCacheCovers.Caption=&Cache all covers
  37. FormMain.ActionListBrowse.Caption=List/&Browse view
  38. FormMain.ActionListTree.Caption=Vie&w folders in list
  39. FormMain.ActionListBrowseOptions.Caption=Browse mode &options
  40. FormMain.ActionListRightPanel.Caption=Show/Hide right pane&l
  41. FormMain.ActionListAddRoot.Caption=&Add new directories to scan
  42. FormMain.ActionListRemoveRoot.Caption=&Delete or move a directory to scan
  43. FormMain.ActionListFilter.Caption=F&ilters
  44. FormMain.ActionListExportCoToCdb.Caption=E&xport covers to local CoversDB
  45. FormMain.ActionListExportCoToFile.Caption=Export co&vers to a CoversDB file
  46. FormMain.ActionListImportFromCdb.Caption=I&mport covers from local CoversDB
  47. FormMain.ActionListMostPlayed.Caption=Mos&t often played albums
  48. FormMain.ActionListLastPlayed.Caption=Last &played albums
  49. FormMain.ActionListAYG.Caption=&Artist - Year - Genre
  50. FormMain.ActionListAGY.Caption=Arti&st - Genre - Year
  51. FormMain.ActionListYAG.Caption=&Year - Artist - Genre
  52. FormMain.ActionListYGA.Caption=Y&ear - Genre - Artist
  53. FormMain.ActionListGAY.Caption=&Genre - Artist - Year
  54. FormMain.ActionListGYA.Caption=Ge&nre - Year - Artist
  55. FormMain.ActionListYearAsc.Caption=Yea&r ascending
  56.  
  57. FormMain.ActionAlbumEdit.Caption=&Edit details
  58. FormMain.ActionAlbumSaveInfo.Caption=Write information in playli&st file
  59. FormMain.ActionAlbumUpdate.Caption=Scan album &information
  60. FormMain.ActionAlbumFreeDB.Caption=&Update with FreeDB
  61. FormMain.ActionAlbumPasteImage.Caption=Paste i&mage
  62. FormMain.ActionAlbumLoadImage.Caption=&Load image
  63. FormMain.ActionAlbumDeleteImage.Caption=&Delete image
  64. FormMain.ActionAlbumImportCover.Caption=Import cover from local &CoversDB
  65. FormMain.ActionAlbumRemove.Caption=&Remove album from list
  66.  
  67. FormMain.ActionSelectionNew.Caption=&Create a selection
  68. FormMain.ActionSelectionEdit.Caption=&Edit current selection
  69. FormMain.ActionSelectionRename.Caption=Re&name selection
  70. FormMain.ActionSelectionRemove.Caption=Remo&ve selection
  71. FormMain.ActionSelectionSelectAlbum.Caption=&Add/Remove selected album
  72. FormMain.ActionSelectionAddAll.Caption=Add a&ll albums to selection
  73.  
  74. FormMain.ActionPlaylistPlayAlbum.Caption=&Play album
  75. FormMain.ActionPlaylistPlayAlbumExt.Caption=Play album (e&xternal)
  76. FormMain.ActionPlaylistAddAlbum.Caption=&Add album to playlist
  77. FormMain.ActionPlaylistAddAll.Caption=Add all albu&ms to playlist
  78. FormMain.ActionPlaylistPlayTrack.Caption=Pla&y track
  79. FormMain.ActionPlaylistPlayTrackExt.Caption=Play track (ex&ternal)
  80. FormMain.ActionPlaylistAddTrack.Caption=Add trac&k to playlist
  81. FormMain.ActionPlaylistLoad.Caption=&Load playlist
  82. FormMain.ActionPlaylistSave.Caption=&Save playlist
  83. FormMain.ActionPlaylistClear.Caption=&Clear playlist
  84. FormMain.ActionPlaylistRemoveTrack.Caption=&Remove track
  85. FormMain.ActionPlaylistTrackUp.Caption=Move track &up
  86. FormMain.ActionPlaylistTrackDown.Caption=Move track &down
  87. FormMain.ActionPlaylistJump.Caption=&Jump to currently playing album
  88. FormMain.ActionPlaylistRemoteCommander.Caption=&View remote commander
  89. FormMain.ActionPlaylistPlay.Caption=Play
  90. FormMain.ActionPlaylistPrev.Caption=Previous
  91. FormMain.ActionPlaylistStop.Caption=Stop
  92. FormMain.ActionPlaylistPause.Caption=Pause
  93. FormMain.ActionPlaylistNext.Caption=Next
  94.  
  95. FormMain.ActionToolsPlaylistBuilder.Caption=P&laylist builder
  96. FormMain.ActionToolsCoversMgt.Caption=Local &CoversDB management
  97. FormMain.ActionToolsViewMenuBar.Caption=View &menu bar
  98. FormMain.ActionToolsToolbars.Caption=&Toolbars management
  99.  
  100. FormMain.ActionHelpAbout.Caption=&About
  101. FormMain.ActionHelpHelp.Caption=&Help
  102. FormMain.ActionHelpTips.Caption=View &Tips dialog
  103.  
  104. // Other controls
  105. // --------------
  106.  
  107. FormMain.LabelAlbums.Caption=ALBUMS IN CURRENT SELECTION
  108. FormMain.LabelTracks.Caption=TRACKS OF THE SELECTED ALBUM
  109. FormMain.LabelPlayer.Caption=BUILT-IN AUDIO PLAYER
  110.  
  111. // Hints (buttons)
  112. // ---------------
  113.  
  114. FormMain.SpeedButtonShuffle.Hint=Shuffle mode
  115. FormMain.LbButtonSel.Hint=Toggle selection
  116. FormMain.LbButtonSync.Hint=Toggle status
  117. FormMain.LbButtonListTree.Hint=Toggle view/hide folders
  118.  
  119. // Global
  120. // ------
  121.  
  122. Global.ConfirmSaveChanges=Do you want to save changes ?
  123. Global.NoFileLoaded=No file
  124. Global.IncorrectEamFile=Incorrect file format or version !
  125. Global.ScannedDirectories=scanned directories
  126. Global.NewListFile=A new file is about to be created ! Do you want to save changes ?
  127. Global.NoAlbumFound=No album found !
  128. Global.MoveRoot1=Are you sure you have moved the content of
  129. Global.MoveRoot2=to
  130. Global.RemoveRoot=Are you sure you want to remove all albums from
  131. Global.NoFilter=* No filter *
  132. Global.CurrentSettings=* Current settings *
  133. Global.RenameSelection=Rename selection
  134. Global.NewName=New name :
  135. Global.AreYouSure=Are you sure ?
  136. Global.NoSelection=* No selection *
  137. Global.SearchNothingFound=Nothing found ! Launch another search to start from the begining
  138. Global.CouldNotChangeImage=Could not change the image'
  139. Global.CouldNotReadFile=Could not read file
  140. Global.CouldNotPasteImage=Could not paste image !
  141. Glocal.ImportCoverLessOnly=Import covers only for cover-less albums ?
  142. Global.NoLocalCoversDB=No local CoversDB found !
  143. Global.NothingUpdated=Nothing updated !
  144. Global.CoversAdded=covers added or updated
  145. Global.DragNDropHere=Drag'n'drop here
  146. Global.NoAlbumSelected=No selected album
  147. Global.NoPlayingAlbum=No album is currently playing !
  148. Global.CouldNotFindAlbum=I could not find the album
  149. Global.AutoCreateCoversDB=You should create your local CoversDB file. Do you want to export your covers now ?
  150. Global.EmptyCdbFile=The CoversDB file is empty or of a wrong version. Covers will be exported now.
  151. Global.WarningCoverOverwrite=Warning ! You will overwrite several cover pictures of your local CoversDB without any new confirmation ! Carry on ?
  152. Global.CoversDBuptodate=The local CoversDB was already up to date
  153. Global.CannotOverwriteLocalCoversDB=Cannot overwrite the default covers database
  154. Global.FastUpdateList=Do you want to fast scan your current list ?
  155. Global.CacheCovers=There are covers with no cached covers, do you want to cache them now ?
  156. Global.ConfirmStatusChange=Do you really want to change the status for all albums ?
  157.  
  158. // ------------------------------------------
  159. //                FormNewList
  160. // ------------------------------------------
  161.  
  162. FormNewList.Caption=Create a new playlist
  163. FormNewList.LabelFileName.Caption=File name
  164. FormNewList.LabelListFormat.Caption=Playlist file format
  165. FormNewList.SpeedButtonOk.Caption=OK
  166. FormNewList.SpeedButtonCancel.Caption=Cancel
  167.  
  168. Global.AddRootDir=Please add the directories where you use to put your audio files. Then you will be able to create playlists for all your albums if you haven't done that so far
  169. Global.ChangeRootDir=You can remove or move a directory to scan.
  170.  
  171. // ------------------------------------------
  172. //                  FormEdit
  173. // ------------------------------------------
  174.  
  175. FormEdit.Caption=Album details edition
  176. FormEdit.LabelFoundAlbums.Caption=ALBUMS (CURRENT ONE AND FreeDB ONES)
  177. FormEdit.LabelLengthAlbum.Caption=Length
  178. FormEdit.LabelArtist.Caption=Artist
  179. FormEdit.LabelAlbum.Caption=Album
  180. FormEdit.LabelYear.Caption=Year
  181. FormEdit.LabelGenre.Caption=Genre
  182. FormEdit.LabelCoverPicture.Caption=COVER PICTURE
  183. FormEdit.ActionFDPasteImage.Caption=Paste from clipboard
  184. FormEdit.ActionFDLoadImage.Caption=Load from a file
  185. FormEdit.ActionFDDeleteImage.Caption=Clear cover picture
  186. FormEdit.ActionFDImportCover.Caption=CoversDB import
  187. FormEdit.LabelFormatTag.Caption=FORMAT & TAG SETTINGS
  188. FormEdit.CheckBoxTag.Caption=Tag track files
  189. FormEdit.CheckBoxNormMp3.Caption=Rename track files
  190. FormEdit.CheckBoxNormm3u.Caption=Rename playlist file
  191. FormEdit.CheckBoxNormDir.Caption=Rename directory
  192. FormEdit.LabelTag.Caption=Tag type (mp3 only)
  193. FormEdit.LabelFormat.Caption=Playlist format
  194. FormEdit.SpeedButtonApply.Caption=Apply
  195. FormEdit.SpeedButtonExit.Caption=Cancel
  196.  
  197. Global.CouldNotConnectFreeDB=Could not connect to FreeDB
  198. Global.AlbumsFoundFreeDB=albums were found on FreeDB
  199. Global.NoAlbumFoundFreeDB=No album found on FreeDB
  200. Global.DisabledFreeDB=FreeDB search disabled
  201. Global.CurrentValues=Current values
  202.  
  203. // ------------------------------------------
  204. //                  FormConfig
  205. // ------------------------------------------
  206.  
  207. FormConfig.Caption=Configuration
  208. FormConfig.LabelWindow.Caption=WINDOW
  209. FormConfig.CheckBoxStayOnTop.Caption=Always stay on top
  210. FormConfig.CheckBoxSpectrum.Caption=View spectrum
  211. FormConfig.CheckBoxShowSplash.Caption=Show loading splash screen
  212. FormConfig.LabelCoverPos.Caption=List mode cover art position
  213. FormConfig.CheckBoxTreeOne.Caption=Hide folders with one playlist
  214. FormConfig.LabelFileNameFormat.Caption=FILE NAME FORMATS
  215. FormConfig.LabelPlaylistFormat.Caption=Playlist file name
  216. FormConfig.LabelTrackFormat.Caption=Track file name
  217. FormConfig.LabelFileSystem.Caption=FILE SYSTEM
  218. FormConfig.CheckBoxPreScan.Caption=Enable directories prescan
  219. FormConfig.CheckBoxLogPerf.Caption=Log performances
  220. FormConfig.CheckBoxCdAutoScan.Caption=mp3 cd autodetect and autoscan
  221. FormConfig.LabelCaching.Caption=COVERS CACHING
  222. FormConfig.CheckBoxCacheCovers.Caption=Enable covers caching
  223. FormConfig.CheckBoxSaveCachedCovers.Caption=Save cached covers in the .eam file
  224. FormConfig.LabelCdbPictureQuality.Caption=CoversDB DEFAULT PICTURE QUALITY
  225. FormConfig.LabelMOP_LPA.Caption=MOST OFTEN/LAST PLAYED ALBUMS
  226. FormConfig.LabelMOP.Caption=Most often played display count
  227. FormConfig.LabelLPA.Caption=Last played display count
  228. FormConfig.SpeedButtonMOP.Caption=Clear list
  229. FormConfig.SpeedButtonLPA.Caption=Clear list
  230. FormConfig.LabelOutputType.Caption=OUTPUT TYPE
  231. FormConfig.LabelOutputDevice.Caption=OUTPUT DEVICE
  232. FormConfig.LabelMixerType.Caption=MIXER TYPE
  233. FormConfig.LabelOutputRate.Caption=OUTPUT RATE
  234. FormConfig.LabelUpdates.Caption=Easy Album Manager UPDATES
  235. FormConfig.CheckBoxCheckUpdates.Caption=Check for updates (performed every week)
  236. FormConfig.LabelURL1.Caption=URL
  237. FormConfig.LabelFreeDB.Caption=FreeDB
  238. FormConfig.CheckBoxFreeDB.Caption=Enable FreeDB search
  239. FormConfig.LabelURL2.Caption=URL
  240. FormConfig.LabelFreeDBUpdate.Caption=FreeDB ALBUM UPDATE
  241. FormConfig.CheckBoxFreeDBTag.Caption=Tag track files
  242. FormConfig.CheckBoxFreeDBRenameFile.Caption=Rename track files
  243. FormConfig.CheckBoxFreeDBRenamePlaylist.Caption=Rename playlist file
  244. FormConfig.CheckBoxFreeDBRenameDir.Caption=Rename directory
  245. FormConfig.LabelTag.Caption=Tag type (mp3 only)
  246.  
  247. FormConfig.SpeedButtonOk.Caption=Close
  248.  
  249. Global.CoverPosLeft=Left
  250. Global.CoverPosCenter=Center
  251. Global.CoverPosRight=Right
  252. Global.CacheCoversQualityNormal=Normal quality (128x128) small size
  253. Global.CacheCoversQualityHigh=High quality (256x256) medium size
  254. Global.CacheCoversQualityExtra=Extra quality (512x512) large size
  255.  
  256. // ------------------------------------------
  257. //              FormBrowseOptions
  258. // ------------------------------------------
  259.  
  260. FormBrowseOptions.Caption=Browse options
  261. FormBrowseOptions.LabelWidth.Caption=Width
  262. FormBrowseOptions.LabelHeight.Caption=Height
  263. FormBrowseOptions.LabelSpace.Caption=Space
  264. FormBrowseOptions.LabelBackground.Caption=Background
  265. FormBrowseOptions.LabelPanel.Caption=Panel
  266. FormBrowseOptions.LabelSelectedPanel.Caption=Selected
  267. FormBrowseOptions.LabelInSelection.Caption=In current selection
  268. FormBrowseOptions.SpeedButtonNew.Caption=New preset
  269. FormBrowseOptions.SpeedButtonOverwrite.Caption=Overwrite
  270. FormBrowseOptions.SpeedButtonLoad.Caption=Load
  271. FormBrowseOptions.SpeedButtonDelete.Caption=Delete
  272. FormBrowseOptions.CheckBoxListViewColor.Caption=Same background in list view
  273. FormBrowseOptions.CheckPanelBorder.Caption=View panel border
  274. FormBrowseOptions.Label3DColor.Caption=3D
  275. FormBrowseOptions.ButtonArtist.Caption=Artist font
  276. FormBrowseOptions.ButtonAlbum.Caption=Album font
  277. FormBrowseOptions.ButtonYear.Caption=Year font
  278. FormBrowseOptions.LabelPresets.Caption=PRESETS
  279. FormBrowseOptions.SpeedButtonClose.Caption=Close
  280.  
  281. Global.DefaultBrowsePreset=* Default *
  282. Global.PresetName=Browse mode preset
  283. Global.NewBrowsePreset1=New browse mode preset
  284. Global.NewBrowsePreset2=Preset name :
  285. Global.BrowsePresetExists=This browse mode preset name already exists
  286. Global.NoSelectedBrowsePreset=No selected browse mode preset !
  287. //Global.AreYouSure=Are you sure ?
  288.  
  289. // ------------------------------------------
  290. //                  FormFilter
  291. // ------------------------------------------
  292.  
  293. FormFilter.Caption=Filters
  294. FormFilter.LabelFields.Caption=FIELDS TO FILTER
  295. FormFilter.LabelArtist.Caption=Artist
  296. FormFilter.LabelGenre.Caption=Genre
  297. FormFilter.LabelYear.Caption=Year
  298. FormFilter.LabelPresets.Caption=PRESETS
  299. FormFilter.SpeedButtonNew.Caption=New
  300. FormFilter.SpeedButtonWrite.Caption=Write
  301. FormFilter.SpeedButtonRead.Caption=Read
  302. FormFilter.SpeedButtonRename.Caption=Rename
  303. FormFilter.SpeedButtonDelete.Caption=Delete
  304. FormFilter.SpeedButtonLoad.Caption=Load
  305. FormFilter.SpeedButtonSave.Caption=Save
  306. FormFilter.SpeedButtonClear.Caption=Clear
  307. FormFilter.SpeedButtonApply.Caption=Apply
  308. FormFilter.SpeedButtonClose.Caption=Close
  309. FormFilter.LabelHint.Caption=Artist and genre can be : artist1;artist2;artist3 ... or arti";"tist;"rti". Year can be 1970;1971 or 1980-1990;1999 or 1980- or -1970 ...
  310.  
  311. Global.NewPreset1=New preset
  312. Global.NewPreset2=Name of the new preset :
  313. Global.OverwritePreset=Overwrite preset ?
  314. Global.RenamePreset1=Preset rename
  315. Global.RenamePreset2=New name :
  316. Global.DeletePreset=Do you really want to delete this preset ?
  317.  
  318. // ------------------------------------------
  319. //                  FormFilterAdd
  320. // ------------------------------------------
  321.  
  322. FormFilterAdd.Caption=Add items to filter
  323. FormFilterAdd.LabelElements.Caption=ITEM(S) TO ADD
  324. FormFilterAdd.SpeedButtonOK.Caption=Ok
  325. FormFilterAdd.SpeedButtonCancel.Caption=Cancel
  326.  
  327. // ------------------------------------------
  328. //             FormListBuilder
  329. // ------------------------------------------
  330.  
  331. FormListBuilder.ActionPLBPlaylistCreate.Caption=&Create playlist
  332. FormListBuilder.ActionPLBPlaylistDelete.Caption=&Delete playlist
  333. FormListBuilder.ActionPLBPlaylistEdit.Caption=&Edit details
  334. FormListBuilder.ActionPLBTrackMoveUp.Caption=Move track(s) &up
  335. FormListBuilder.ActionPLBTrackMoveDown.Caption=Move track(s) do&wn
  336. FormListBuilder.ActionPLBTrackRemove.Caption=&Remove track(s) from playlist
  337. FormListBuilder.ActionPLBPictureRemove.Caption=Remove &picture
  338.  
  339. FormListBuilder.Caption=Playlist builder
  340. FormListBuilder.iAction.Caption=Action
  341. FormListBuilder.LabelRootDirs.Caption=Directories to scan
  342. FormListBuilder.LabelView.Caption=View
  343. FormListBuilder.CheckBoxList.Caption=Lists
  344. FormListBuilder.CheckBoxTrack.Caption=Tracks
  345. FormListBuilder.CheckBoxOrphans.Caption=Orphans
  346. FormListBuilder.CheckBoxJpg.Caption=Cover pictures
  347. FormListBuilder.CheckBoxImage.Caption=Image files
  348. FormListBuilder.CheckBoxPreview.Caption=Preview pictures
  349. FormListBuilder.CheckBoxAudioInfo.Caption=Audio file info
  350. FormListBuilder.ButtonOk.Caption=Ok
  351. FormListBuilder.SpeedButtonHelp.Caption=Help
  352.  
  353. Global.CouldNotMove1=Could not move
  354. Global.CouldNotMove2=to
  355. Global.CouldNotRename1=Could not rename
  356. Global.CouldNotRename2=to
  357. Global.CouldNotConvert1=Could not convert
  358. Global.CouldNotConvert2=to
  359. //Global.ScannedDirectories=scanned directories
  360. Global.AskOverwrite=Do you really want to overwrite ?
  361. //Global.AreYouSure=Are you sure ?
  362. Global.CouldNotAddAudio=Could not add audio files to
  363. Global.BlankArtist=Artist
  364. Global.BlankAlbum=Album
  365. Global.BlankYear=Year
  366.  
  367. // ------------------------------------------
  368. //                   FormSearch
  369. // ------------------------------------------
  370.  
  371. FormSearch.Caption=Search
  372. FormSearch.LabelString.Caption=SEARCH STRING
  373. FormSearch.CheckBoxWords.Caption=Words only
  374. FormSearch.CheckBoxString.Caption=Full string
  375. FormSearch.LabelSearchIn.Caption=SEARCH IN ...
  376. FormSearch.CheckBoxArtist.Caption=Artist name
  377. FormSearch.CheckBoxAlbum.Caption=Album title
  378. FormSearch.CheckBoxSong.Caption=Track name
  379. FormSearch.CheckBoxFiles.Caption=Search also in filenames
  380. FormSearch.ButtonOk.Caption=Search
  381. FormSearch.ButtonCancel.Caption=Cancel
  382.  
  383. // ------------------------------------------
  384. //                   FormAbout
  385. // ------------------------------------------
  386.  
  387. FormAbout.Caption=About
  388. FormAbout.LabelThirdParty.Caption=USED THIRD-PARTY COMPONENTS
  389. FormAbout.LabelHelp.Caption=CONTACT, HELP AND SUPPORT
  390. FormAbout.LabelWeb.Caption=Website
  391. FormAbout.LabelEmail.Caption=Email
  392. FormAbout.LabelBoard.Caption=Support board
  393. FormAbout.LabelCredits.Caption=CREDITS
  394. FormAbout.LabelAivars.Caption=Aivars Zavadskis, for his help on testing, his good ideas and graphical works
  395. FormAbout.LabelJan.Caption=Jan Hackbart, for his deep tests and good ideas too
  396. FormAbout.LabelThanks.Caption=Thanks to both of them, it has been a great experience for me !
  397. FormAbout.ButtonOk.Caption=OK
  398.  
  399. // ------------------------------------------
  400. //           FormCoversManagement
  401. // ------------------------------------------
  402.  
  403. FormCoversManagement.Caption=Covers database
  404. FormCoversManagement.ActionCDBOpenLocal.Caption=&Open local CoversDB
  405. FormCoversManagement.ActionCDBOpenFile.Caption=&View a CoversDB file
  406. FormCoversManagement.ActionCDBImport.Caption=&Import covers from a CoversDB file
  407. FormCoversManagement.ActionCDBExit.Caption=&Close
  408. FormCoversManagement.LabelArtists.Caption=ARTISTS
  409. FormCoversManagement.LabelAlbums.Caption=ALBUMS
  410. FormCoversManagement.SpeedButtonDelArtist.Caption=Remove artist
  411. FormCoversManagement.SpeedButtonDelAlbum.Caption=Remove album
  412. FormCoversManagement.SpeedButtonSaveCover.Caption=Save cover picture
  413.  
  414. Global.CDBMenuFile.Caption=&File
  415. Global.ShouldExportCovers=You should export your covers !
  416. Global.CoversDBView=CoversDB : viewing
  417. Global.CoversDBLocal=Local CoversDB
  418. //Global.NothingUpdated=Nothing updated
  419. //Global.CoversAdded=covers added or updated
  420. //Global.AreYouSure=Are you sure ?
  421. //Global.CacheCoversQualityNormal=Normal quality (128x128) small size
  422. //Global.CacheCoversQualityHigh=High quality (256x256) medium size
  423. //Global.CacheCoversQualityExtra=Extra quality (512x512) large size
  424.  
  425. // ------------------------------------------
  426. //             FormPictureReplace
  427. // ------------------------------------------
  428.  
  429. FormPictureReplace.Caption=Cover picture replacement
  430. FormPictureReplace.LabelReplace.Caption=Replace
  431. FormPictureReplace.LabelBy.Caption=By
  432. FormPictureReplace.CheckBoxAll.Caption=Don't ask anymore, apply for all
  433. FormPictureReplace.SpeedButtonYes.Caption=Yes
  434. FormPictureReplace.SpeedButtonNo.Caption=No
  435. FormPictureReplace.SpeedButtonStop.Caption=Stop
  436.  
  437. // ------------------------------------------
  438. //                FormVersion
  439. // ------------------------------------------
  440.  
  441. FormVersion.Caption=A new Easy Album Manager is available
  442. FormVersion.LabelCurrentVersion.Caption=You're currently using
  443. FormVersion.LabelLatestVersion.Caption=but the latest version is
  444. FormVersion.LabelDownload.Caption=To update, please visit
  445. FormVersion.SpeedButtonOK.Caption=Ok
  446.  
  447. // ------------------------------------------
  448. //                  FormTip
  449. // ------------------------------------------
  450.  
  451. FormTip.Caption=Easy Album Manager Tips
  452. FormTip.LabelDidYouKnow.Caption=Did you know ...
  453. FormTip.CheckBoxDontShow.Caption=Don't show tips at startup
  454. FormTip.SpeedButtonNext.Caption=Next tip
  455. FormTip.SpeedButtonClose.Caption=Close
  456.  
  457. // ------------------------------------------
  458. //             FormRemoteCommander
  459. // ------------------------------------------
  460.  
  461. FormRemoteCommander.PanelImage.Caption=No cover picture
  462.  
  463. Global.NoTagFound=No track name
  464.  
  465. // ------------------------------------------
  466. //             FormGetDirectory
  467. // ------------------------------------------
  468.  
  469. FormGetDirectory.Caption=New directory to scan
  470. FormGetDirectory.LabelDirectory.Caption=Please select a directory
  471. FormGetDirectory.SpeedButtonOK.Caption=OK
  472. FormGetDirectory.SpeedButtonCancel.Caption=Cancel
  473.  
  474. // ------------------------------------------
  475. //                FormRootDirs
  476. // ------------------------------------------
  477.  
  478. FormRootDirs.Caption=Directories to scan
  479. FormRootDirs.LabelDirectories.Caption=DIRECTORIES TO SCAN IN THE CURRENT LIST
  480. FormRootDirs.SpeedButtonNew.Caption=Add a new directory
  481. FormRootDirs.SpeedButtonRemove.Caption=Remove
  482. FormRootDirs.SpeedButtonMove.Caption=Move
  483. FormRootDirs.SpeedButtonOK.Caption=Ok
  484. FormRootDirs.SpeedButtonCancel.Caption=Cancel
  485.  
  486. // ------------------------------------------
  487. //                FormToolbars
  488. // ------------------------------------------
  489.  
  490. FormToolbars.Caption=Toolbars
  491. FormToolbars.LabelToolbar.Caption=TOOLBAR
  492. FormToolbars.LabelButtons.Caption=BUTTONS
  493. FormToolbars.SpeedButtonClose.Caption=Close
  494.  
  495. Global.ToolbarFile.Caption=File
  496. Global.ToolbarSelection.Caption=Selection
  497. Global.ToolbarFilter.Caption=Filter
  498. Global.ToolbarEdit.Caption=Edit
  499. Global.ToolbarList.Caption=List
  500. Global.ToolbarAlbum.Caption=Album
  501. Global.ToolbarTools.Caption=Tools
  502.  
  503. // ------------------------------------------
  504. //                FormExport
  505. // ------------------------------------------
  506.  
  507. FormExport.Caption=Export
  508. FormExport.LabelParameters.Caption=EXPORT PARAMETERS
  509. FormExport.LabelTemplate.Caption=Template file
  510. FormExport.LabelOutput.Caption=Output file
  511. FormExport.LabelAlbumsCount.Caption=Number of albums to export
  512. FormExport.CheckBoxOpen.Caption=Open the result file after the export
  513. FormExport.LabelExecution.Caption=EXECUTION
  514. FormExport.LabelProgress.Caption=Progress
  515. FormExport.LabelLog.Caption=Log
  516. FormExport.SpeedButtonPerform.Caption=Perform export
  517. FormExport.SpeedButtonClose.Caption=Close
  518.  
  519. Global.ExportBuild=Building list
  520. Global.ExportInit=Initializing list
  521. Global.ExportExport=Exporting list
  522. Global.ExportEnd=Process terminated
  523.  
  524. // ------------------------------------------
  525. //                FormTemplate
  526. // ------------------------------------------
  527.  
  528. FormTemplate.Caption=Template editor
  529. FormTemplate.LabelTemplate.Caption=TEMPLATE
  530. FormTemplate.SpeedButtonNew.Caption=New template
  531. FormTemplate.SpeedButtonSaveAs.Caption=Save template as
  532. FormTemplate.SpeedButtonApply.Caption=Apply
  533. FormTemplate.SpeedButtonDiscard.Caption=Discard changes
  534.  
  535. // ------------------------------------------
  536. //                FormCeaChoose
  537. // ------------------------------------------
  538.  
  539. FormCeaChoose.Caption=Autoscan file selection
  540. FormCeaChoose.LabelTemplate.Caption=FILE TO LOAD
  541. FormCeaChoose.SpeedButtonOK.Caption=Ok
  542. FormCeaChoose.SpeedButtonCancel.Caption=Cancel
  543.  
  544. // ------------------------------------------
  545. //                FormFreeDB
  546. // ------------------------------------------
  547.  
  548. FormFreeDB.Caption=Update with FreeDB
  549. FormFreeDB.LabelDetails.Caption=PROCESS DETAILS
  550. FormFreeDB.LabelAlbumProgress.Caption=Current album progress
  551. FormFreeDB.LabelOverallProgress.Caption=Overall progress
  552. FormFreeDB.SpeedButtonCancel.Caption=Close
  553.  
  554. Global.FreeDBGetAlbums=Getting albums from FreeDB.
  555. Global.FreeDBRetrieve=Retrieving albums information.
  556. Global.FreeDBNoAlbum=No album information found.
  557. Global.FreeDBTagging=Tagging files.
  558. Global.FreeDBRenameList=Renaming playlist.
  559. Global.FreeDBRenameFiles=Renaming audio files.
  560. Global.FreeDBRenameDir=Renaming directory.
  561. Global.FreeDBSaveList=Saving playlist.
  562. Global.FreeDBClose=Close
  563. Global.FreeDBStop=Stop
  564.  
  565. // ------------------------------------------
  566. //                FormBatch
  567. // ------------------------------------------
  568.  
  569. FormBatch.Caption=Update batch process
  570. FormBatch.LabelBatch.Caption=BATCH PARAMETERS
  571. FormBatch.CheckBoxTag.Caption=Search on FreeDB and tag files
  572. FormBatch.CheckBoxNormMp3.Caption=Rename track files
  573. FormBatch.CheckBoxNormm3u.Caption=Rename playlist file
  574. FormBatch.CheckBoxNormDir.Caption=Rename directory
  575. FormBatch.LabelTag.Caption=Tag type (mp3 only)
  576. FormBatch.LabelHint.Caption=The batch process will be performed on all albums having a red status.
  577. FormBatch.ButtonOk.Caption=Run batch
  578. FormBatch.ButtonCancel.Caption=Cancel
  579.  
  580. // ------------------------------------------
  581. //         Global strings elsewhere
  582. // ------------------------------------------
  583.  
  584. // Udir_obj
  585. Global.WarningPictureOverwrite=Warning ! You may overwrite several cover picture files without any new confirmation ! Carry on ?
  586.  
  587. // Uselection
  588. Global.NewSelection=New selection
  589.  
  590. // Ucov_obj
  591. //Global.IncorrectCdbFile=This CoversDB file is incorrect or the version is wrong ! Please export your cover pictures again.
  592. //Global.WarningCoverOverwrite=Warning ! You will overwrite several cover pictures of your local CoversDB without any confirmation ! Carry on ?
  593.  
  594. // ------------------------------------------
  595. //                Tips & tricks
  596. // ------------------------------------------
  597.  
  598. Tips.1=Easy Album Manager will help you to manage your albums collection : order your albums, sort and display them in a pleasant layout, and then enjoy playing them.
  599. Tips.2=Use your mouse right button ! You can open contextual menus in the list and browse mode when right-clicking on an album, in the tracks window, in the built-in player window and on the cover art picture.
  600. Tips.3=Quickly switch between list and browse views using the Ctrl+B keyboard shortcut.
  601. Tips.4=Press Ctrl+D to edit the selected album details : you will be able to perform a FreeDB search, to rename tracks ...
  602. Tips.5=Share your cover art pictures with your friends : export your covers to a CoversDB file and send it to them, or import your friends' CoversDB file into your local CoversDB to get their pictures.
  603. Tips.6=Use the playlist builder to organize your playlists : you can create/delete/rename/move playlists, folders, audio files, pictures ...
  604. Tips.7=In the album details edit dialog box, your album will be searched in FreeDB, and you will automatically be proposed information like the artist name, album title, release year, tracks titles ...
  605. Tips.8=You can extensively use shortcuts ! Help (F1) Browse/List mode (Ctrl+B) Edit albums details (Ctrl+D) Search (Ctrl+H) Filters (Ctrl+F) View remote commander (Ctrl+W) Playlist builder (Ctrl+L) ...
  606. Tips.9=Enable the mp3 CD autodetection ! Then each time you put a mp3 CD in your player, it will be automatically scanned and its albums list will be displayed.
  607. Tips.10=Use the powerful export : export your albums list to HTML, to CSV to build a speadsheet, to SQL to feed a database, or create your own export template !
  608. Tips.11=You can perform quick a FreeDB search on one or several album(s) : your album information will be automatically retrieved, tracks tagged and files renamed ! 
  609.  
  610.